home *** CD-ROM | disk | FTP | other *** search
/ California Calendar Superstars (Soft Version) / California Calendar Superstars - Soft Version.iso / notepad / outside.doc < prev    next >
Text File  |  1992-10-17  |  5KB  |  107 lines

  1.                               OUTSIDE
  2.             A program for addressing envelopes sideways
  3.  
  4.                       (c) 1992 by Mark Harris
  5.                        All rights reserved.
  6.  
  7.      OUTSIDE is a program which prints addresses sideways so that
  8. envelopes can fit in a standard dot matrix printer.  The addresses
  9. can be captured from the screen or printed directly from a file.
  10.  
  11.      OUTSIDE is included with Ample Notice, a Shareware package
  12. from Granny's Old-Fashioned Software.  The registration cost is
  13. $35 and includes the current disk, a printed manual, a coupon for
  14. an update disk and telephone support.  To register, phone (with MC
  15. or VISA) (704) 264-6906 or mail payment to Granny's Old-Fashioned
  16. Software, Rt 4, Box 216, Boone, NC 28607.
  17.  
  18.      OUTSIDE works with Epson-compatible printers.  We will
  19. support other types for registered users; contact Granny for
  20. details.
  21.  
  22.  
  23. Using OUTSIDE in the screen mode.
  24.  
  25.      One way to print an address is to capture it from the screen.
  26. For example if the address is contained in the file MYFILE then
  27. you can enter TYPE MYFILE and then stop the listing of the file
  28. with <Ctrl C> or <Ctrl Break> to 'freeze' the address on the
  29. screen.  Then type OUTSIDE; the screen will not be changed except
  30. for an option summary at the upper right-hand corner and the
  31. positioning of the cursor at the upper left.  Printing the address
  32. involves marking the upper left and lower right corners of the
  33. appropriate text.  Use the arrow keys to move the cursor and the
  34. space bar to mark the upper left, then move the cursor to the
  35. bottom right and press the space bar a second time to mark the
  36. block.  You will be shown the address selected and asked to verify
  37. that it is correct; if not, the screen will return to its original
  38. appearance and you can try again.  If you approve of the address
  39. you will be asked for the starting column for printing (with a
  40. default shown in brackets).
  41.  
  42.      The envelope will be printed in the following orientation:
  43.        
  44.      ----------------------------------------
  45.     | stamp |                                |
  46.     |       |                                |
  47.     |-------                                 |
  48.     |                                        |
  49.     |                                        |
  50.     |                   1  2                 |
  51.     |                   s  n                 |
  52.     |                   t  d                 |
  53.     |                         e              |
  54.     |                   l  l  t              |
  55.     |                   i  i  c              |
  56.     |                   n  n  .              |
  57.     |                   e  e                 |
  58.     |                                        |
  59.     |                                        |
  60.     |                                        |
  61.     |                                        |
  62.     |                                        |
  63.     |                                        |
  64.     |                                        |
  65.      ----------------------------------------
  66.                         ^
  67.                         |
  68.  
  69. The arrow points to the column at which printing will begin; you
  70. have a lot of flexibility in how to position the envelope so long
  71. as you accurately communicate the starting column.  Most printers
  72. have a guide with columns 1 - 80 marked; if yours doesn't then you
  73. will need to experiment a little and make your own markings on
  74. your printer.  The value you enter in OUTSIDE is the column
  75. relative to the left side extreme of your printer, not the left
  76. side of the envelope.  Printing will begin as soon as you complete
  77. the entry.
  78.  
  79.      You can get help when using OUTSIDE by pressing 'H' or the F1
  80. key.  You can exit the program at any time by pressing <Esc>.
  81.  
  82.  
  83. Using the file mode.
  84.  
  85.      If you want to print several envelopes you may find the file
  86. mode more convenient.  Create a file in which addresses are
  87. separated by one or more blank lines; for example:
  88.  
  89. Mr. Tom Worthington
  90. 153 Main St.
  91. Wilkons, PA 34890
  92.  
  93. George Harrington
  94. 5890 N. Louise Lane
  95. Oklahoma City, OK 73108
  96.        
  97. How you create the file is up to you - you can have your database
  98. management program write it or you can enter the text directly
  99. with a word processor.  Assuming the file's name is MYFILE, type
  100. OUTSIDE MYFILE.  You will be shown each address in turn and asked
  101. whether you wish to print it or move on the next address.  Press
  102.  
  103. 'P' to print, 'S' to skip and <Esc> to exit the program.  For each
  104. address you will be asked for the starting column, with the last-
  105. used column as the default.
  106.  
  107.